-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix if condition if one of the nodes is undefined while the operator is Or and the other node is true #164
Fix if condition if one of the nodes is undefined while the operator is Or and the other node is true #164
Conversation
…is Or and the other the node evaluates to true
@sio4, just a kind reminder :) |
Sorry for that. I couldn't make a time today. Will check as soon as possible! |
@sio4, no worries!! Thanks, the Timezone difference makes it hard :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @Mido-sys!
It looks good to me, but it also seems to be improved some more points in the function and the other test case. I will take care of that part after mering this PR.
Thanks!
Hi @Mido-sys, FYI, I found some issues (side effects) on this PR while I review the method to improve the efficiency, and filed a PR (#166) to fix the issue. The main difference between those two approaches is that yours is more focused on the value, but mine is focused on the operations. Just wanted to let you know about the change! |
Fix for issue #157